C1.Web.Mvc Namespace / MovingAverage<T> Class / Period Property

In This Topic
Period Property (MovingAverage<T>)
In This Topic
Gets or sets the period of the moving average line.
Syntax
'Declaration
 
<DefaultValueAttribute(2)>
Public Property Period As Integer
 
Remarks
It should be set to some integer value greater than 1.
See Also